func go/ast.filterFieldList
3 uses
go/ast (current package)
filter.go#L74: func filterFieldList(fields *FieldList, filter Filter, export bool) (removedFields bool) {
filter.go#L159: if filterFieldList(t.Fields, f, export) {
filter.go#L168: if filterFieldList(t.Methods, f, export) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)